Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.micrometer:micrometer-bom from 1.13.7 to 1.14.0 #44462

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps io.micrometer:micrometer-bom from 1.13.7 to 1.14.0.

Release notes

Sourced from io.micrometer:micrometer-bom's releases.

1.14.0

Micrometer 1.14.0 is the GA version of a new feature release. See our support policy for support timelines.

Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release.

⚠️ Noteworthy

  • Support ExponentialHistogram in OTLP #3861
  • Virtual thread metrics #3956
  • Validate expected Observation API call ordering on TestObservationRegistry #5239

⭐ New Features / Enhancements

  • Expose TestObservationRegistry as an AssertJ AssertProvider #5551
  • Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #5550
  • Replace @Nonnull(when = When.MAYBE) with @CheckForNull in @Nullable #5485
  • Warn about Prometheus meter registration failure #5228
  • Improve performance of merging two Tags/KeyValues instances #5140
  • Allow user-provided custom scheduler for periodically binding KafkaMetrics #4976
  • Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #4028
  • Virtual thread metrics #3956
  • Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #2461
  • Configurable _source.enabled Elastic mapping property #1629
  • Skip registering Caffeine meters when statistics are not enabled #5409
  • Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics #5402
  • MultiGauge.register should accept more types #5390
  • Metrics not collected after ExecutorService recreation #5366
  • Add "cancelled" information to the GrpcServerObservationContext #5301
  • process_start_time_seconds HELP description inconsistency between Prometheus and micrometer #5290
  • Add history-tracking to ObservationValidator #5370
  • [dynatrace/v2] reduce log verbosity #5306
  • Validate expected Observation API call ordering on TestObservationRegistry #5239
  • Add JvmThreadDeadlockMetrics #5222
  • Allow multiple MeterTag annotations for multiple tags from same target #4081
  • Support ExponentialHistogram in OTLP #3861
  • Expose ForkJoinPool parallelism and pool size metrics #5236
  • Allow custom ThreadFactory for OtlpMeterRegistry #5153
  • Do not register GC metrics when GC notifications are unavailable #5149
  • Cancelled status code not reported in the gRPC server metrics #5109
  • Add counter of failed attempts to retrieve a connection from the pool #5057
  • Add Support for @MeterTag to @Counted #4725
  • Compile-time weaving support for aspects #1149
  • Service level objectives support on @Timed annotation #5145

📔 Documentation

  • Add docs for ObservationValidator #5387
  • Add docs for multiple MeterTag annotations #5641
  • Add docs for @MeterTag for @Counted #5640
  • Add docs for JvmThreadDeadlockMetrics #5614
  • Add docs for ForkJoinPool parallelism and pool size metrics #5611

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • 035b861 Merge branch '1.13.x'
  • a5c25c6 Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.12 (#5625)
  • d711c03 Bump org.jooq:jooq from 3.14.16 to 3.19.14 (#5624)
  • f40b0c8 Bump software.amazon.awssdk:cloudwatch from 2.28.19 to 2.29.6 (#5631)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 12, 2024
Copy link

quarkus-bot bot commented Nov 12, 2024

/cc @brunobat (micrometer), @ebullient (micrometer)

This comment has been minimized.

@brunobat brunobat force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.14.0 branch from 6aa37f4 to c8222ec Compare November 14, 2024 10:32

This comment has been minimized.

This comment has been minimized.

Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.13.7 to 1.14.0.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.7...v1.14.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@brunobat brunobat force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.14.0 branch from c8222ec to c935bbe Compare November 14, 2024 17:21

This comment has been minimized.

Copy link
Contributor

@brunobat brunobat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok now

Copy link

quarkus-bot bot commented Nov 15, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit c935bbe.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@brunobat brunobat merged commit 82ee988 into main Nov 15, 2024
53 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Nov 15, 2024
@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-bom-1.14.0 branch November 15, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants